﻿#header_public {
  padding: 0 10px;
  margin: 3px auto;
  overflow: hidden;
  border: #e0ecf9 solid 1px;
  background: #f5faff;
  font-size: 12px;
  line-height: 26px;
  text-align: right;
}

#header_public a.a_link {
  font-size: 12px;
  color: #2467ab;
  text-decoration: none;
  padding-right: 5px;
}

#header_public a.a_link:hover {
  color: #eb7720;
  text-decoration: none;
}

#header_public .a_qdhome {
  float: left;
}

img {
  object-fit: cover;
}

.main_cont {
  padding-top: 335px;
}

.main_item {
  box-sizing: border-box;
  width: 100%;
}

.main1 {
  box-sizing: border-box;
  width: 100%;
  height: 408px;
  padding: 0 8px;
  padding-bottom: 10px;
  background: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #fff);
}

.main1 .left {
  float: left;
  width: 604px;
  height: 100%;
  background: #036dc6;
}

.main1 .right {
  float: right;
  width: 370px;
  height: 100%;
  background: url(../images/r_bg.png) no-repeat center top;
  overflow-y: scroll;
}

.main1 .right::-webkit-scrollbar {
  width: 4px;
}
.main1 .right::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.main1 .right::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.yg_list {
  width: 95%;
  margin: 60px auto 0 auto;
}

.yg_list li {
  box-sizing: border-box;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px dashed #348edb;
  font-size: 14px;
  color: #348edb;
  text-align: center;
  font-family: '宋体';
  line-height: 1.6;
  font-weight: 600;
}

.yg_list span,
.yg_list a {
  display: block;
  width: 100%;
}

.yg_list a:hover {
  text-decoration: underline;
}

.main2 {
  box-sizing: border-box;
  width: 100%;
  height: 570px;
  padding: 0 8px;
  background: #fff;
}

.main2 .left,
.main2 .right {
  width: 486px;
  height: 100%;
}

.main2 .left {
  float: left;
  background: url(../images/news1_bg.png) no-repeat center top;
}

.main2 .right {
  float: right;
  background: url(../images/news2_bg.png) no-repeat center top;
}

.main2 .left > a,
.main2 .right > a {
  display: block;
  width: 100%;
  height: 100px;
}

.fyr_img {
  width: 100%;
  height: 266px;
}

.fyr_img dl {
  float: left;
  margin-left: 10px;
  width: 150px;
  height: 100%;
}

.fyr_img dl dt,
.fyr_img dl dt img {
  width: 100%;
  height: 218px;
}

.fyr_img dl dd {
  margin-top: 2px;
  width: 100%;
  height: 46px;
  font-size: 14px;
  color: #fff;
  padding-top: 4px;
  background: #5da5e2;
}

.fyr_img dl dd p {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list {
  width: 92%;
  height: 180px;
  margin: auto;
  margin-top: 10px;
}

.news_list.list {
  height: auto;
}

.news_list li {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 40px;
  padding-left: 12px;
  line-height: 40px;
  font-size: 14px;
  font-family: '宋体';
  border-bottom: 1px dashed #ddd;
}

.news_list li b {
  position: absolute;
  left: 0;
  top: 17px;
  border: 4px solid transparent;
  border-left: 4px solid #036dc6;
}

.news_list li a {
  float: left;
  width: 65%;
  height: 100%;
  color: #036dc6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list li a:hover {
  text-decoration: underline;
}

.news_list li span {
  float: right;
  font-family: '微软雅黑';
  font-size: 12px;
  color: #888;
}

.wq_img {
  width: 100%;
  height: 266px;
}

.wq_img dl {
  float: left;
  margin-left: 10px;
  width: 226px;
  height: 100%;
}

.wq_img.list {
  float: left;
  height: auto;
  min-height: 150px;
}

.wq_img.list dl {
  width: 240px;
  height: 280px;
  margin-left: 10px;
  margin-bottom: 0;
  font-family: 'SimSun', 'Arial Narrow';
}

.wq_img.list dl dd {
  height: auto;
  line-height: normal;
  line-height: 1.6;
  font-size: 12px;
  background: none;
  color: #333;
  white-space: normal;
}

.wq_img.list dl dd h4 {
  font-size: 15px;
  margin-bottom: 2px;
  font-weight: 600;
  border-bottom: 1px dashed #ddd;
}

.wq_img.list dl dt,
.wq_img.list dl dt img {
  margin: auto;
  width: 170px;
  height: 200px;
}

.wq_img dl dt,
.wq_img dl dt img {
  width: 100%;
  height: 218px;
}

.wq_img dl dd {
  margin-top: 2px;
  padding: 0 4px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: #5da5e2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_content {
  box-sizing: border-box;
  padding: 25px 5%;
  width: 100%;
  min-height: 500px;
  background: #fff;
}

.cont_tit {
  width: 100%;
  font-size: 22px;
  color: #036dc6;
  font-family: '宋体';
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.cont_tit span {
  display: inline-block;
  margin: 15px 30px 0 30px;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

.cont_cont {
  display: block;
  width: 92%;
  margin: 25px auto 0 auto;
  font-size: 15px;
  font-family: '宋体';
  line-height: 1.8;
}

.cont_cont img,
.cont_cont iframe {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}

.cont_cont p {
  margin-top: 15px;
}

.news_item {
  box-sizing: border-box;
  width: 100%;
  min-height: 500px;
  background: #fff url(../images/cont_bg.png) repeat-x left top;
}

.news_item .news_list li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ddd;
}

.news_item .news_list li b {
  top: 17px;
}

.location {
  font-size: 14px;
  color: #106ebf;
  padding: 25px;
}

.news_item_l {
  float: left;
  width: 280px;
  min-height: 500px;
  padding-top: 75px;
  background: url(../images/left_menu.png) no-repeat center top;
}

.news_item_l ul,
.news_item_l ul li {
  float: left;
  width: 100%;
}

.news_item_l ul li {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #036dc6;
  font-weight: 600;
  background: url(../images/line_b.png) no-repeat center bottom;
}

.news_item_l ul li a {
  display: inline-block;
  margin-left: 50px;
  padding: 10px 55px;
  line-height: 1;
}

.news_item_l ul li.current {
  color: #003c6f;
}

.news_item_l ul li.current a {
  background: url(../images/a_bg.png) no-repeat 30px center;
}

.news_item_r {
  float: right;
  width: 710px;
}

.wrap_page {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.wrap_page li {
  display: inline-block;
}

.wrap_page li.thisclass {
  border: 2px solid #216cdd;
  padding: 5px 10px;
  font-size: 14px;
  color: #216cdd;
}

.wrap_page li .pageinfo {
  margin-left: 12px;
}

.wrap_page li .pageinfo strong {
  margin-right: 5px;
  color: #1976d2;
}

.wrap_page li .pageinfo strong:last-child {
  margin-left: 10px;
}

.wrap_page a {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background: #2377c4;
  cursor: pointer;
  border: 2px solid #2377c4;
}

.wrap_page span {
  color: #666;
  font-size: 14px;
}

.wrap_page span label {
  margin: 0 5px;
  color: #216cdd;
}

.phone {
  display: none;
}

.wrap_people {
  width: 100%;
  padding-bottom: 20px;
  background: #fff url(../images/cont_bg.png) repeat-x left top;
  margin-top: -2px;
}

.people_type {
  float: left;
  margin: 15px 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
  background: #1e88e2;
}

.people_type a {
  float: right;
  padding: 0 30px;
}

/*移动端样式*/
@media screen and (max-width: 800px) {
  .body_bg {
    background: none;
    min-width: 100%;
  }

  .header {
    display: none;
  }

  .footer {
    display: none;
  }

  .main_cont {
    display: none;
  }

  .phone {
    display: block;
  }

  html {
    font-size: 100px;
    font-size: calc(100vw / 3.2);
  }

  html,
  body {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
  }

  body {
    font-size: 15px;
  }

  .p_banner {
    width: 100%;
    height: 1.19rem;
  }

  .p_banner img {
    width: 3.2rem;
  }

  .main1 {
    padding: 0;
    height: 2rem;
    overflow: hidden;
  }

  .main1 .left {
    width: 100%;
    height: 100%;
  }

  .main1 .left video {
    width: 100%;
    height: 100%;
  }

  .main2 {
    margin-top: 0.02rem;
    padding: 0;
    height: auto;
  }

  .main2 .left,
  .main2 .right {
    float: none;
    width: 100%;
    background-size: 3.2rem auto;
  }

  .main2 .left > a,
  .main2 .right > a {
    height: 0.5rem;
  }

  .news_list {
    width: 90%;
    height: auto;
  }

  .news_list li a {
    width: 100%;
  }

  .p_btn {
    width: 100%;
    padding: 0.1rem 0;
    display: -webkit-box;
    -webkit-box-pack: center;
  }

  .p_more {
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    font-size: 15px;
    color: #fff;
    font-family: '微软雅黑';
    width: 70%;
    height: 0.24rem;
    border-radius: 0.04rem;
    background: #0999f1;
  }

  .wq_img {
    height: auto;
  }

  .wq_img dl {
    width: 45%;
    margin-left: 3%;
    margin-bottom: 0.1rem;
  }

  .wq_img dl dt,
  .wq_img dl dt img {
    height: 1.08rem;
  }

  .wq_img dl dd {
    height: 0.25rem;
    line-height: 0.25rem;
  }

  .wrap_page li {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .wrap_page a {
    font-size: 12px;
    padding: 0 4px;
  }

  .wrap_page li.thisclass {
    font-size: 12px;
    padding: 0 4px;
  }

  .cont_cont object {
    display: none;
  }

  .cont_cont iframe {
    display: block;
    margin-top: 0.1rem;
    width: 100%;
    height: 1.55rem !important;
    border: none;
  }

  .cont_cont iframe body {
    margin: 0;
  }

  .cont_cont {
    width: 100% !important;
  }

  .people_type {
    padding-left: 10px;
    font-size: 14px;
  }

  .people_type a {
    padding: 0 10px;
  }

  .fyr_img {
    height: 260px;
  }

  .fyr_img dl {
    width: 30%;
    margin-left: 3%;
  }

  .fyr_img dl dt,
  .fyr_img dl dt img {
    height: 180px;
  }

  .fyr_img dl dd p {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .wq_img.list dl {
    width: 48%;
    margin-left: 2%;
    height: 270px;
  }

  .main2 .right2 {
    background: url(../images/r_bg2.png) no-repeat center top;
    background-size: 100% auto;
  }

  .main2 .right2 .yg_list {
    margin: 0 auto;
    width: 95%;
    padding-top: 0.5rem;
  }
}
